home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / wp2latex.zip / WP2LATEX.TEX / images.pl (.txt) < prev    next >
LaTeX Document  |  1990-03-06  |  350b  |  13 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate images original text with physical files.
  3. $key = q//;
  4. $cached_env_img{$key} = q|<IMG
  5.  STYLE="" SRC="|."$dir".q|img2.png"
  6.  ALT="\begin{figure}
  7. \centering\setlength{\unitlength}{3mm}
  8. \begin{picture}(12,...
  9. ...ebox(10,1){6}}
  10. \put(1,1){\makebox(10,1)[r]{7}}
  11. \end{picture}
  12. \end{figure}">|; 
  13.